CompositingReasonsRequest

data class CompositingReasonsRequest(layerId: LayerId)

Represents request frame that can be used with LayerTree#compositingReasons operation call.

Provides the reasons why the given layer was composited.

See also

Constructors

CompositingReasonsRequest
Link copied to clipboard
fun CompositingReasonsRequest(layerId: LayerId)

Properties

layerId
Link copied to clipboard
val layerId: LayerId
The id of the layer for which we want to get the reasons it was composited.

Sources

jvm source
Link copied to clipboard